FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package ig-ee-medication-scheme#current (47 ms)

Package ig-ee-medication-scheme
Type OperationDefinition
Id Id
FHIR Version R5
Source https://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/ig-ee-medication-scheme/OperationDefinition-MedicationStatement-confirm.html
Url https://fhir.ee/OperationDefinition/MedicationStatement-confirm
Version 1.0.0
Status active
Date 2024-02-29T15:21:02+11:00
Name Confirm
Title Medication Statement Confirm
Experimental False
Realm ee
Description The $confirm operation manages a medication plan of a patient, i.e. creates a snapshot of effective medication statements as well as propagates medication requests.
Type true
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition MedicationStatement-confirm

URL: [base]/MedicationStatement/$confirm

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INlastKnownConfirmation0..1Reference

Fully qualified reference to the previous medication plan (i.e. List resource)

INinput1..1Bundle

Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan

INconfirmer1..1PractitionerRole

The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource

OUTreturn1..1Bundle

In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources


Source

{
  "resourceType" : "OperationDefinition",
  "id" : "MedicationStatement-confirm",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition MedicationStatement-confirm</b></p><a name=\"MedicationStatement-confirm\"> </a><a name=\"hcMedicationStatement-confirm\"> </a><a name=\"MedicationStatement-confirm-en-US\"> </a><p>URL: [base]/MedicationStatement/$confirm</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>lastKnownConfirmation</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/references.html#Reference\">Reference</a></td><td/><td><div><p>Fully qualified reference to the previous medication plan (i.e. List resource)</p>\n</div></td></tr><tr><td>IN</td><td>input</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan</p>\n</div></td></tr><tr><td>IN</td><td>confirmer</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/practitionerrole.html\">PractitionerRole</a></td><td/><td><div><p>The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources</p>\n</div></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "https://fhir.ee/OperationDefinition/MedicationStatement-confirm",
  "version" : "1.0.0",
  "name" : "Confirm",
  "title" : "Medication Statement Confirm",
  "status" : "active",
  "kind" : "operation",
  "experimental" : false,
  "date" : "2024-02-29T15:21:02+11:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tehik.ee"
        },
        {
          "system" : "email",
          "value" : "fhir@tehik.ee"
        }
      ]
    },
    {
      "name" : "TEHIK Andmekorraldus",
      "telecom" : [
        {
          "system" : "email",
          "value" : "andmekorraldus@tehik.ee",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The $confirm operation manages a medication plan of a patient, i.e. creates a snapshot of effective medication statements as well as propagates medication requests.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "affectsState" : true,
  "code" : "confirm",
  "resource" : [
    "MedicationStatement"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "lastKnownConfirmation",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Fully qualified reference to the previous medication plan (i.e. List resource)",
      "type" : "Reference"
    },
    {
      "name" : "input",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan",
      "type" : "Bundle"
    },
    {
      "name" : "confirmer",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource",
      "type" : "PractitionerRole"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources",
      "type" : "Bundle"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.